3e8b8e15ce709c594912cc6bb18ccd8205681cff,Core/src/org/sleuthkit/autopsy/casemodule/NewCaseVisualPanel2.java,NewCaseVisualPanel2,initComponents,#,60

Before Change



        examinerLabel.setText(org.openide.util.NbBundle.getMessage(NewCaseVisualPanel2.class, "NewCaseVisualPanel2.examinerLabel.text")); // NOI18N

        optionalLabel.setFont(new java.awt.Font(optionalLabel.getFont().getName(), Font.BOLD, 14));
        optionalLabel.setText(org.openide.util.NbBundle.getMessage(NewCaseVisualPanel2.class, "NewCaseVisualPanel2.optionalLabel.text")); // NOI18N

        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);

After Change



        examinerLabel.setText(org.openide.util.NbBundle.getMessage(NewCaseVisualPanel2.class, "NewCaseVisualPanel2.examinerLabel.text")); // NOI18N

        optionalLabel.setFont(optionalLabel.getFont().deriveFont(Font.BOLD, 14));
        optionalLabel.setText(org.openide.util.NbBundle.getMessage(NewCaseVisualPanel2.class, "NewCaseVisualPanel2.optionalLabel.text")); // NOI18N

        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);